github.com/klauspost/compress/flate.decompressor.bits (field)

12 uses

	github.com/klauspost/compress/flate (current package)
		inflate.go#L311: 	bits     *[maxNumLit + maxNumDist]int
		inflate.go#L507: 			f.bits[i] = x
		inflate.go#L527: 			b = f.bits[i-1]
		inflate.go#L555: 			f.bits[i] = b
		inflate.go#L560: 	if !f.h1.init(f.bits[0:nlit]) || !f.h2.init(f.bits[nlit:nlit+ndist]) {
		inflate.go#L571: 	if f.h1.maxRead < f.bits[endBlockMarker] {
		inflate.go#L572: 		f.h1.maxRead = f.bits[endBlockMarker]
		inflate.go#L781: 		bits:     f.bits,
		inflate.go#L805: 	f.bits = new([maxNumLit + maxNumDist]int)
		inflate.go#L824: 	f.bits = new([maxNumLit + maxNumDist]int)